border-right-style: none;
border-bottom-style: none;
}
- %last_button { border-bottom-right-radius: 7px; }
+ %last_button {
+ border-left-style: solid;
+ border-bottom-right-radius: 7px;
+ }
%first_button {
border-left-style: none;
border-bottom-left-radius: 7px;
border-right-style: none;
border-bottom-style: none; }
.message-dialog.csd .dialog-action-area .button:last-child {
+ border-left-style: solid;
border-bottom-right-radius: 7px; }
.message-dialog.csd .dialog-action-area .button:first-child {
border-left-style: none;
@define-color wm_button_active_color_b shade(#393f3f, 0.89);
@define-color wm_button_active_color_c shade(#393f3f, 0.9);
@define-color content_view_bg #292929;
+
+/*# sourceMappingURL=gtk-contained-dark.css.map */
border-right-style: none;
border-bottom-style: none; }
.message-dialog.csd .dialog-action-area .button:last-child {
+ border-left-style: solid;
border-bottom-right-radius: 7px; }
.message-dialog.csd .dialog-action-area .button:first-child {
border-left-style: none;
@define-color wm_button_active_color_b shade(#ededed, 0.89);
@define-color wm_button_active_color_c shade(#ededed, 0.9);
@define-color content_view_bg #ffffff;
+
+/*# sourceMappingURL=gtk-contained.css.map */